home *** CD-ROM | disk | FTP | other *** search
/ Chip 1996 December / CHIP Aralık 1996.iso / prog / backpack / demodata / misc / start.dxr / 00086_Set Flag.ls < prev    next >
Encoding:
Text File  |  1995-08-30  |  201 b   |  9 lines

  1. on exitFrame
  2.   global TWNS
  3.   puppetSprite(4, 1)
  4.   set CN to string(getLast(TWNS)) & "_Skylt"
  5.   set the castNum of sprite 4 to the number of cast CN
  6.   set the locV of sprite 4 to 80
  7.   updateStage()
  8. end
  9.